home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / amigaos4_only / ifxlite / imagefx3 / rexx / autofx / autofx.ifx.post < prev    next >
Text File  |  2004-08-03  |  318b  |  23 lines

  1. /*
  2.  * AutoFX.ifx.post
  3.  * Written by Thomas Krehbiel
  4.  *
  5.  * Called after AutoFX finishes all processing.  Should be used to
  6.  * cleanup after the 'AutoFX.ifx.pre' script.
  7.  *
  8.  * Inputs:
  9.  *    None.
  10.  *
  11.  * Returns:
  12.  *    0 if successful, non-zero on failure
  13.  *
  14.  */
  15.  
  16. OPTIONS RESULTS
  17.  
  18. KillBuffer Force
  19. Undo On
  20. Redraw On
  21.  
  22. EXIT
  23.